Skip to content

chore: add bugs metadata to eslint-plugin-query#449

Closed
codeboost-tr wants to merge 1 commit into
OpenAPI-Qraft:mainfrom
codeboost-tr:feat/npm-metadata
Closed

chore: add bugs metadata to eslint-plugin-query#449
codeboost-tr wants to merge 1 commit into
OpenAPI-Qraft:mainfrom
codeboost-tr:feat/npm-metadata

Conversation

@codeboost-tr

Copy link
Copy Markdown

This PR adds the missing \�ugs.url\ metadata to \packages/eslint-plugin-query/package.json, as identified in charles-microbounties#952.

This ensures the canonical issue tracker is correctly exposed on npm.

@changeset-bot

changeset-bot Bot commented Jun 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b98b289

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@greptile-apps

greptile-apps Bot commented Jun 10, 2026

Copy link
Copy Markdown

Greptile Summary

Adds the missing bugs.url metadata field to packages/eslint-plugin-query/package.json so that npm correctly exposes the issue tracker URL for this package.

  • The added URL (https://github.com/OpenAPI-Qraft/openapi-qraft/issues) is identical to the value already present in packages/cli/package.json, packages/cli-utils/package.json, packages/react-client/package.json, and other packages in the monorepo, making this change consistent across the workspace.

Confidence Score: 5/5

This is a safe, metadata-only change with no impact on runtime behavior or package functionality.

A single bugs.url key is added to package.json. The URL matches the value used by every other package in the monorepo that already has this field, and no code, build configuration, or tests are affected.

No files require special attention.

Important Files Changed

Filename Overview
packages/eslint-plugin-query/package.json Adds bugs.url metadata field pointing to the canonical GitHub issue tracker, matching the pattern used by other packages in the monorepo.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[packages/eslint-plugin-query/package.json] --> B["Add 'bugs' field"]
    B --> C["url: https://github.com/OpenAPI-Qraft/openapi-qraft/issues"]
    C --> D[npm exposes issue tracker URL]
    D --> E[Consistent with other monorepo packages]
Loading

Reviews (2): Last reviewed commit: "chore: add bugs metadata to eslint-plugi..." | Re-trigger Greptile

@radist2s radist2s force-pushed the feat/npm-metadata branch from 9f97f18 to b98b289 Compare June 12, 2026 09:29
@radist2s

Copy link
Copy Markdown
Collaborator

Thank you for your contribution, but...
Closed in favor of #448

@radist2s radist2s closed this Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants